From b4082b47ef28c523ffadcc0d6b8940142ab028cf Mon Sep 17 00:00:00 2001 From: "vh249@arcadians.cl.cam.ac.uk" Date: Thu, 15 Sep 2005 12:19:00 +0000 Subject: [PATCH] fix build, strings spanning multiple lines are no longer supported Signed-off-by: Vincent Hanquez --- linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c b/linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c index 624d85a676..d12a86347f 100644 --- a/linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c +++ b/linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c @@ -80,8 +80,8 @@ static int privcmd_ioctl(struct inode *inode, struct file *file, } #elif defined (__ia64__) __asm__ __volatile__ ( - ";; mov r14=%2; mov r15=%3; mov r16=%4; mov r17=%5; mov r18=%6; mov -r2=%1; break 0x1000;; mov %0=r8 ;;" + ";; mov r14=%2; mov r15=%3; mov r16=%4; mov r17=%5; mov r18=%6;" + "mov r2=%1; break 0x1000;; mov %0=r8 ;;" : "=r" (ret) : "r" (hypercall.op), "r" (hypercall.arg[0]), -- 2.30.2